home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / GameKit / Headers / gamekit / RandomBonusTracker.h < prev    next >
Text File  |  1995-06-12  |  109b  |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface RandomBonusTracker:BonusTracker
  5. {
  6. }
  7.  
  8. - init;
  9. - (int)bonusValue;
  10.  
  11. @end
  12.